Extension point plugins
Documentation
This extension point let you contribute new plugins to TinyMCE. Sample contribution :
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.ui.web.htmleditor.service.HtmlEditorPluginDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="plugins" target="org.nuxeo.ecm.platform.ui.web.htmleditor.service.HtmlEditorPluginServiceImpl"> <htmlEditorPlugin pluginButtonName="nuxeolink" pluginName="nuxeolink" toolbarName="theme_advanced_buttons3_add"> </htmlEditorPlugin> <htmlEditorPlugin pluginButtonName="nuxeoimageupload" pluginName="nuxeoimageupload" toolbarName="theme_advanced_buttons3_add"> </htmlEditorPlugin> <htmlEditorPlugin pluginButtonName="fullscreen" pluginName="fullscreen" toolbarName="theme_advanced_buttons3_add"> </htmlEditorPlugin> </extension>